home *** CD-ROM | disk | FTP | other *** search
- Hi,
-
- Can anyone tell me the fastest way to read a 2d map at different
- angles?
-
- Example:
- MAP$="ABCD"
- ="EFGH"
- ="IJKL"
-
- Angle = 0 then B,F,J will be read
- ....
- Angle = 45 then B,G,L will be read
- etc...
-
- Well thats a very simple example, but you get me problem?
- Currently I'm just using a gosub for every possible angle (360) which
- is a massive bit of code especially with 10 or more steps!!!
-
- In case you're wondering, it's for a simple wolfenstien clone (in AMOS PRO
- on the A500).
-
- Anyway, thanx in advance...
- Rd,
-
-